RelatedItemData
Represents an item related data
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
numberOfUsages |
The amount of times the items is being used by other items |
- |
integer |
int32 |
folderId |
The item's parent folder ID |
- |
string |
|
folderPath |
The item's folder absolute file path |
- |
string |
|
itemId |
The related item's ID |
- |
string |
uuid |
createdDate |
The create date of the item |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
children |
The related item's children |
- | ||
createdBy |
The creator's user ID |
- |
string |
|
dataSourceProperties |
The item's Connection string data |
- | ||
name |
The related item's name |
- |
string |
|
rootFolderType |
The item's root folder type enumeration |
- | ||
tenantId |
The item's related tenant ID |
- |
string |
|
hasWriteAccess |
Boolean to indicate if the user can change and save the item. |
- |
boolean |
|
contentType |
The item's content type enumeration |
- |